home *** CD-ROM | disk | FTP | other *** search
- -- card: 18544 from stack: in
- -- bmap block id: 2395
- -- flags: 4000
- -- background id: 2604
- -- name: BANK
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=344 top=115 right=139 bottom=365
- -- title width / last selected line: 0
- -- icon id / first selected line: 2730 / 2730
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: S/TO/OUT/BANK
- ----- HyperTalk script -----
- on mouseUp
- go to card id 8762
- end mouseUp
-
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=230 top=232 right=244 bottom=280
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: GET?CASH
- ----- HyperTalk script -----
- on mouseUp
- global pocketbook
- global inventory
- if pocketbook >=1 and pocketbook <=3 and " intact I.D." is in inventory then
- put "The machine gives you 110 in credits." into Msg
- wait 3 seconds
- doMenu "Message"
- add 110 to pocketbook
- put pocketbook into background field "CountMe"
- else
- put "The machine does not respond." into Msg
- wait 3 seconds
- doMenu "Message"
- end if
- end mouseUp
-
-
-
- -- part contents for background part 6
- ----- text -----
- You are carrying: empty multicorder
-
- -- part contents for background part 8
- ----- text -----
- 0